home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo ** FOREST v3.0 **
- echo
- echo This is a modified PWAD file for DOOM v1.2, ID wil *NOT*
- echo support any modified games. For help on this PWAD, send e-mail
- echo to me at az589@freenet.carleton.ca (Jean-Serge Gagnon).
- echo
- echo Enjoy!
- echo
- if exist doom.exe goto ok
- echo **************************************************************
- echo ************** !!!!!! ERROR !!!!!! *************
- echo **************************************************************
- echo ** Please copy the files to your main DOOM directory! **
- echo **************************************************************
- echo
- goto end
- :ok
- echo Press [ENTER] to get your butt kicked! :-)
- pause >nul
- echo One moment, loading DOOM with the FOREST scenario...
- doom -file forest.wad
- :end
-